home *** CD-ROM | disk | FTP | other *** search
/ Practical Internet 2001 July / Practical Internet July 2001.iso / Software / Full / WebGraphics / GTImageViewer.exe / 0 / RCDATA / TFORM3 / TFORM3.txt < prev   
Encoding:
Text File  |  2001-09-22  |  1.8 KB  |  74 lines

  1. object Form3: TForm3
  2.   Left = 128
  3.   Top = 139
  4.   BorderStyle = bsDialog
  5.   Caption = 'GT Image Viewer (c) Guildhall Leisure Services - Help'
  6.   ClientHeight = 206
  7.   ClientWidth = 535
  8.   Color = clInfoBk
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Icon.Data = {<image000.ico>}
  15.   OldCreateOrder = False
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object StaticText1: TStaticText
  19.     Left = 8
  20.     Top = 0
  21.     Width = 137
  22.     Height = 25
  23.     AutoSize = False
  24.     Caption = 'Installing Fonts:'
  25.     Font.Charset = DEFAULT_CHARSET
  26.     Font.Color = clWindowText
  27.     Font.Height = -16
  28.     Font.Name = 'MS Sans Serif'
  29.     Font.Style = [fsBold, fsUnderline]
  30.     ParentFont = False
  31.     TabOrder = 0
  32.   end
  33.   object Memo1: TMemo
  34.     Left = 8
  35.     Top = 24
  36.     Width = 521
  37.     Height = 153
  38.     Font.Charset = DEFAULT_CHARSET
  39.     Font.Color = clWindowText
  40.     Font.Height = -11
  41.     Font.Name = 'MS Sans Serif'
  42.     Font.Style = []
  43.     Lines.Strings = (
  44.       'To add a new font to your computer,'
  45.       ''
  46.       
  47.         '1)  On the Windows(tm) Toolbar, click '#39'START'#39', '#39'SETTINGS'#39', '#39'CONT' +
  48.         'ROL PANEL'#39' and then select '#39'FONTS'#39' '
  49.       'to open your fonts folder'
  50.       '2)  On the File menu, click Install New Font.'
  51.       
  52.         '3)  Click the drive and folder that contain the fonts you want t' +
  53.         'o add. (ie D:\WEB_GFX\fonts\ttf)'
  54.       '4)  Double-click the icon for the font you want to add.'
  55.       ''
  56.       'Tip'
  57.       ''
  58.       
  59.         'To select more than one font to add, press and hold down the CTR' +
  60.         'L key, and then click the fonts you want.')
  61.     ParentFont = False
  62.     TabOrder = 1
  63.   end
  64.   object Button1: TButton
  65.     Left = 8
  66.     Top = 184
  67.     Width = 89
  68.     Height = 17
  69.     Caption = 'Close'
  70.     ModalResult = 1
  71.     TabOrder = 2
  72.   end
  73. end
  74.